home *** CD-ROM | disk | FTP | other *** search
- object FAutoOutLookBarStoreEditor: TFAutoOutLookBarStoreEditor
- Left = 110
- Top = 33
- Width = 450
- Height = 315
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSizeToolWin
- Caption = 'AutoOutLookBarStore Editor:'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 193
- Width = 442
- Height = 95
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object LItemCaption: TLabel
- Left = 197
- Top = 19
- Width = 40
- Height = 13
- Caption = 'Caption'
- end
- object LLImage: TLabel
- Left = 3
- Top = 5
- Width = 57
- Height = 13
- Caption = 'Small Image'
- end
- object LSImage: TLabel
- Left = 107
- Top = 5
- Width = 57
- Height = 13
- Caption = 'Small Image'
- end
- object LItemHint: TLabel
- Left = 199
- Top = 46
- Width = 19
- Height = 13
- Caption = 'Hint'
- end
- object EItemCaption: TEdit
- Tag = 2
- Left = 265
- Top = 18
- Width = 172
- Height = 21
- TabOrder = 2
- OnExit = EItemCaptionExit
- end
- object BClose: TButton
- Left = 280
- Top = 69
- Width = 77
- Height = 25
- Caption = 'Close'
- TabOrder = 4
- OnClick = BCloseClick
- end
- object BHelp: TButton
- Left = 365
- Top = 68
- Width = 73
- Height = 25
- Caption = 'Help'
- TabOrder = 5
- OnClick = BHelpClick
- end
- object SILImage: TAutoSpinImage
- Left = 4
- Top = 19
- Width = 70
- Height = 54
- AutoSize = False
- BorderStyle = bsSingle
- DefaultImages = True
- ImageHAlign = hsiCenter
- ImageVAlign = vsiCenter
- Items = <>
- ItemIndex = -1
- ParentColor = True
- ReadOnly = False
- TabOrder = 0
- Stretch = True
- UpDownAlign = udaRight
- UpDownOrientation = udVertical
- UpDownWidth = 16
- UseDblClick = True
- OnChange = SIImageChange
- end
- object SISImage: TAutoSpinImage
- Left = 107
- Top = 20
- Width = 70
- Height = 54
- AutoSize = False
- BorderStyle = bsSingle
- DefaultImages = True
- ImageHAlign = hsiCenter
- ImageVAlign = vsiCenter
- Items = <>
- ItemIndex = -1
- ParentColor = True
- ReadOnly = False
- TabOrder = 1
- Stretch = True
- UpDownAlign = udaRight
- UpDownOrientation = udVertical
- UpDownWidth = 16
- UseDblClick = True
- OnChange = SISImageChange
- end
- object EItemHint: TEdit
- Tag = 2
- Left = 266
- Top = 44
- Width = 170
- Height = 21
- TabOrder = 3
- OnExit = EItemHintExit
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 90
- Height = 193
- Align = alLeft
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 1
- object ListBox: TListBox
- Left = 1
- Top = 1
- Width = 88
- Height = 191
- Align = alClient
- ItemHeight = 13
- TabOrder = 0
- OnClick = ListBoxClick
- OnDragOver = ListBoxDragOver
- end
- end
- object Panel3: TPanel
- Left = 90
- Top = 0
- Width = 352
- Height = 193
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 2
- object Panel4: TPanel
- Left = 0
- Top = 0
- Width = 108
- Height = 193
- Align = alLeft
- BevelOuter = bvNone
- Caption = 'Panel4'
- TabOrder = 0
- object GBGroups: TGroupBox
- Left = 1
- Top = 0
- Width = 105
- Height = 193
- Caption = 'Categories'
- TabOrder = 0
- object BGAdd: TButton
- Left = 5
- Top = 17
- Width = 96
- Height = 25
- Caption = 'Add ...'
- TabOrder = 0
- OnClick = BGAddClick
- end
- object BGInsert: TButton
- Left = 5
- Top = 45
- Width = 96
- Height = 25
- Caption = 'Insert ...'
- TabOrder = 1
- OnClick = BGInsertClick
- end
- object BGDelete: TButton
- Left = 5
- Top = 73
- Width = 96
- Height = 25
- Caption = 'Delete'
- TabOrder = 2
- OnClick = BGDeleteClick
- end
- object BGRename: TButton
- Left = 5
- Top = 101
- Width = 96
- Height = 25
- Caption = 'Rename ...'
- TabOrder = 3
- OnClick = BGRenameClick
- end
- object BGMoveUp: TButton
- Left = 6
- Top = 130
- Width = 94
- Height = 25
- Caption = 'Move Up'
- TabOrder = 4
- OnClick = BGMoveUpClick
- end
- object BGMoveDown: TButton
- Left = 6
- Top = 159
- Width = 94
- Height = 25
- Caption = 'Move Down'
- TabOrder = 5
- OnClick = BGMoveDownClick
- end
- end
- end
- object Panel5: TPanel
- Left = 237
- Top = 0
- Width = 115
- Height = 193
- Align = alRight
- BevelOuter = bvNone
- Caption = 'Panel5'
- TabOrder = 2
- object GBItems: TGroupBox
- Left = 2
- Top = 2
- Width = 113
- Height = 191
- Caption = 'Items'
- TabOrder = 0
- object BIAdd: TButton
- Left = 5
- Top = 17
- Width = 105
- Height = 25
- Caption = 'Add'
- TabOrder = 0
- OnClick = BIAddClick
- end
- object BIDelete: TButton
- Left = 5
- Top = 44
- Width = 105
- Height = 25
- Caption = 'Delete'
- TabOrder = 1
- OnClick = BIDeleteClick
- end
- object BIClear: TButton
- Left = 5
- Top = 73
- Width = 105
- Height = 25
- Caption = 'Clear'
- TabOrder = 2
- OnClick = BIClearClick
- end
- object BIMoveUp: TButton
- Left = 6
- Top = 101
- Width = 103
- Height = 25
- Caption = 'Move Up'
- TabOrder = 3
- OnClick = BIMoveUpClick
- end
- object BIMoveDown: TButton
- Left = 7
- Top = 129
- Width = 103
- Height = 25
- Caption = 'Move Down'
- TabOrder = 4
- OnClick = BIMoveDownClick
- end
- end
- end
- object ImageListBox: TAutoImageListBox
- Left = 108
- Top = 0
- Width = 129
- Height = 193
- Alignment = taLeftJustify
- ImageAlign = aliLeft
- ItemHeight = 0
- MultiLines = True
- VertAlignment = tvaCenter
- Align = alClient
- DragMode = dmAutomatic
- TabOrder = 1
- OnClick = ImageListBoxClick
- OnDragOver = ImageListBoxDragOver
- OnEndDrag = ImageListBoxEndDrag
- SaveStrings = ()
- end
- end
- end
-